From 2f58fdbf2b2ace020f9922a0c392a60be903a391 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 13 Apr 2008 10:49:38 +0000 Subject: [PATCH] unicsv: Add keyword 'height'. --- gpsbabel/unicsv.c | 1 + gpsbabel/xmldoc/formats/unicsv.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/gpsbabel/unicsv.c b/gpsbabel/unicsv.c index 3fbb54f7f..78bfc8ae4 100644 --- a/gpsbabel/unicsv.c +++ b/gpsbabel/unicsv.c @@ -142,6 +142,7 @@ static field_t fields_def[] = { { "y_pos", fld_latitude, STR_ANY }, { "alt", fld_altitude, STR_ANY }, { "ele", fld_altitude, STR_ANY }, + { "height", fld_altitude, STR_ANY }, { "utm_z", fld_utm_zone, STR_ANY }, { "utm_c", fld_utm_zone_char, STR_ANY }, { "utm_zc", fld_utm_zone_char, STR_ANY }, diff --git a/gpsbabel/xmldoc/formats/unicsv.xml b/gpsbabel/xmldoc/formats/unicsv.xml index c4f0cd56b..02f0b182d 100644 --- a/gpsbabel/xmldoc/formats/unicsv.xml +++ b/gpsbabel/xmldoc/formats/unicsv.xml @@ -29,6 +29,7 @@ hdop = Horizontal dilution of precision head = Heading / Course true heart = Heartrate + height = Elevation (in meters) of the point icon = Symbol (icon) name lat = Latitude lon = Longitude -- 2.30.2